home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / ActiveShareware / vcdimager / source.lha / frontends / cli / Makefile next >
Encoding:
Makefile  |  2001-06-30  |  19.4 KB  |  673 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ../..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ../..
  42.  
  43. ACLOCAL = aclocal -I frontends/gnome/macros
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  64. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CXX = 
  66. DLLTOOL = @DLLTOOL@
  67. GNOMEGNORBA_LIBS = 
  68. GNOMEMM_CFLAGS = 
  69. GNOMEMM_LIBS = 
  70. GNOMEUI_LIBS = 
  71. GNOME_APPLETS_LIBS = 
  72. GNOME_CAPPLET_LIBS = 
  73. GNOME_CONFIG = 
  74. GNOME_DOCKLETS_LIBS = 
  75. GNOME_INCLUDEDIR = 
  76. GNOME_LIBDIR = 
  77. GNOME_LIBS = 
  78. GNORBA_CFLAGS = 
  79. GNORBA_LIBS = 
  80. GTKXMHTML_LIBS = 
  81. GTK_CFLAGS = 
  82. GTK_CONFIG = 
  83. GTK_LIBS = 
  84. LIBGLADE_CFLAGS = 
  85. LIBGLADE_CONFIG = 
  86. LIBGLADE_LIBS = 
  87. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  88. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  89. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  90. LN_S = ln -s
  91. MAINT = #
  92. MAKEINFO = makeinfo
  93. OBJDUMP = @OBJDUMP@
  94. ORBIT_CFLAGS = 
  95. ORBIT_CONFIG = 
  96. ORBIT_IDL = 
  97. ORBIT_LIBS = 
  98. PACKAGE = vcdimager
  99. PACKAGE_PIXMAPS_DIR = 
  100. PTHREAD_LIB = 
  101. RANLIB = ranlib
  102. VERSION = 0.6.2
  103. XPM_LIBS = 
  104. ZVT_LIBS = 
  105. cflags_set = yes
  106. cxxflags_set = @cxxflags_set@
  107.  
  108. POPT_SUBDIR = popt
  109. POPT_INCLUDES = -I$(srcdir)/popt/
  110. POPT_LIBS = popt/libpopt.a
  111. #POPT_LIBS = -lpopt
  112.  
  113. bin_PROGRAMS = vcdimager vcdrip
  114.  
  115. SUBDIRS = $(POPT_SUBDIR)
  116.  
  117. INCLUDES = $(POPT_INCLUDES) -I $(top_srcdir)/libvcd/ 
  118.  
  119. VCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  120.  
  121. vcdimager_SOURCES = vcdimager.c snprintf.c vsnprintf.c
  122. vcdimager_LDADD = $(VCD_LIBS) $(POPT_LIBS)
  123.  
  124. vcdrip_SOURCES = vcdrip.c
  125. vcdrip_LDADD = $(VCD_LIBS) $(POPT_LIBS)
  126.  
  127. info_TEXINFOS = vcdimager.texi
  128. vcdimager_TEXINFOS = gpl.texi
  129.  
  130. man_MANS = vcdimager.1 vcdrip.1
  131.  
  132. EXTRA_DIST = $(man_MANS)
  133. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  134. CONFIG_HEADER = ../../config.h
  135. CONFIG_CLEAN_FILES = 
  136. PROGRAMS =  $(bin_PROGRAMS)
  137.  
  138.  
  139. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I../..
  140. CPPFLAGS = 
  141. LDFLAGS = 
  142. LIBS =  -lm
  143. vcdimager_OBJECTS =  vcdimager.o snprintf.o vsnprintf.o
  144. vcdimager_DEPENDENCIES =  \
  145. $(top_builddir)/libvcd/libvcd.a popt/libpopt.a
  146. #vcdimager_DEPENDENCIES =  \
  147. #$(top_builddir)/libvcd/libvcd.a
  148. vcdimager_LDFLAGS = 
  149. vcdrip_OBJECTS =  vcdrip.o
  150. vcdrip_DEPENDENCIES =  \
  151. $(top_builddir)/libvcd/libvcd.a popt/libpopt.a
  152. #vcdrip_DEPENDENCIES =  \
  153. #$(top_builddir)/libvcd/libvcd.a
  154. vcdrip_LDFLAGS = 
  155. CFLAGS = -g -O2 -Wall -Wunused  -Wall -Wmissing-prototypes -Wunused -Wpointer-arith -Wwrite-strings
  156. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  157. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  158. CCLD = $(CC)
  159. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  160. TEXI2DVI = texi2dvi
  161. INFO_DEPS = vcdimager.info
  162. DVIS = vcdimager.dvi
  163. TEXINFOS = vcdimager.texi
  164. man1dir = $(mandir)/man1
  165. MANS = $(man_MANS)
  166.  
  167. NROFF = nroff
  168. DIST_COMMON =  $(vcdimager_TEXINFOS) Makefile.am Makefile.in mdate-sh \
  169. stamp-vti texinfo.tex version.texi
  170.  
  171.  
  172. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  173.  
  174. TAR = gtar
  175. GZIP_ENV = --best
  176. DIST_SUBDIRS =  popt
  177. SOURCES = $(vcdimager_SOURCES) $(vcdrip_SOURCES)
  178. OBJECTS = $(vcdimager_OBJECTS) $(vcdrip_OBJECTS)
  179.  
  180. all: all-redirect
  181. .SUFFIXES:
  182. .SUFFIXES: .S .c .dvi .info .lo .o .ps .s .texi .texinfo .txi
  183. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  184.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/cli/Makefile
  185.  
  186. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  187.     cd $(top_builddir) \
  188.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  189.  
  190.  
  191. mostlyclean-binPROGRAMS:
  192.  
  193. clean-binPROGRAMS:
  194.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  195.  
  196. distclean-binPROGRAMS:
  197.  
  198. maintainer-clean-binPROGRAMS:
  199.  
  200. install-binPROGRAMS: $(bin_PROGRAMS)
  201.     @$(NORMAL_INSTALL)
  202.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  203.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  204.       if test -f $$p; then \
  205.         echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
  206.         $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  207.       else :; fi; \
  208.     done
  209.  
  210. uninstall-binPROGRAMS:
  211.     @$(NORMAL_UNINSTALL)
  212.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  213.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
  214.     done
  215.  
  216. .c.o:
  217.     $(COMPILE) -c $<
  218.  
  219. .s.o:
  220.     $(COMPILE) -c $<
  221.  
  222. .S.o:
  223.     $(COMPILE) -c $<
  224.  
  225. mostlyclean-compile:
  226.     -rm -f *.o core *.core
  227.  
  228. clean-compile:
  229.  
  230. distclean-compile:
  231.     -rm -f *.tab.c
  232.  
  233. maintainer-clean-compile:
  234.  
  235. .c.lo:
  236.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  237.  
  238. .s.lo:
  239.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  240.  
  241. .S.lo:
  242.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  243.  
  244. mostlyclean-libtool:
  245.     -rm -f *.lo
  246.  
  247. clean-libtool:
  248.     -rm -rf .libs _libs
  249.  
  250. distclean-libtool:
  251.  
  252. maintainer-clean-libtool:
  253.  
  254. vcdimager: $(vcdimager_OBJECTS) $(vcdimager_DEPENDENCIES)
  255.     @rm -f vcdimager
  256.     $(LINK) $(vcdimager_LDFLAGS) $(vcdimager_OBJECTS) $(vcdimager_LDADD) $(LIBS)
  257.  
  258. vcdrip: $(vcdrip_OBJECTS) $(vcdrip_DEPENDENCIES)
  259.     @rm -f vcdrip
  260.     $(LINK) $(vcdrip_LDFLAGS) $(vcdrip_OBJECTS) $(vcdrip_LDADD) $(LIBS)
  261.  
  262. $(srcdir)/version.texi: #stamp-vti
  263.     @:
  264.  
  265. $(srcdir)/stamp-vti: vcdimager.texi $(top_srcdir)/configure.in
  266.     @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/vcdimager.texi`" > vti.tmp
  267.     @echo "@set EDITION $(VERSION)" >> vti.tmp
  268.     @echo "@set VERSION $(VERSION)" >> vti.tmp
  269.     @cmp -s vti.tmp $(srcdir)/version.texi \
  270.       || (echo "Updating $(srcdir)/version.texi"; \
  271.           cp vti.tmp $(srcdir)/version.texi)
  272.     -@rm -f vti.tmp
  273.     @cp $(srcdir)/version.texi $@
  274.  
  275. mostlyclean-vti:
  276.     -rm -f vti.tmp
  277.  
  278. clean-vti:
  279.  
  280. distclean-vti:
  281.  
  282. maintainer-clean-vti:
  283.     -#rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
  284.  
  285. vcdimager.info: vcdimager.texi version.texi $(vcdimager_TEXINFOS)
  286. vcdimager.dvi: vcdimager.texi version.texi $(vcdimager_TEXINFOS)
  287.  
  288.  
  289. DVIPS = dvips
  290.  
  291. .texi.info:
  292.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  293.     cd $(srcdir) \
  294.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  295.  
  296. .texi.dvi:
  297.     TEXINPUTS=.:$$TEXINPUTS \
  298.       MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  299.  
  300. .texi:
  301.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  302.     cd $(srcdir) \
  303.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  304.  
  305. .texinfo.info:
  306.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  307.     cd $(srcdir) \
  308.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  309.  
  310. .texinfo:
  311.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  312.     cd $(srcdir) \
  313.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  314.  
  315. .texinfo.dvi:
  316.     TEXINPUTS=.:$$TEXINPUTS \
  317.       MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  318.  
  319. .txi.info:
  320.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  321.     cd $(srcdir) \
  322.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  323.  
  324. .txi.dvi:
  325.     TEXINPUTS=.:$$TEXINPUTS \
  326.       MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
  327.  
  328. .txi:
  329.     @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  330.     cd $(srcdir) \
  331.       && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
  332. .dvi.ps:
  333.     $(DVIPS) $< -o $@
  334.  
  335. install-info-am: $(INFO_DEPS)
  336.     @$(NORMAL_INSTALL)
  337.     $(mkinstalldirs) $(DESTDIR)$(infodir)
  338.     @list='$(INFO_DEPS)'; \
  339.     for file in $$list; do \
  340.       d=$(srcdir); \
  341.       for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
  342.         if test -f $$d/$$ifile; then \
  343.           echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
  344.           $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
  345.         else : ; fi; \
  346.       done; \
  347.     done
  348.     @$(POST_INSTALL)
  349.     @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
  350.       list='$(INFO_DEPS)'; \
  351.       for file in $$list; do \
  352.         echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
  353.         install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
  354.       done; \
  355.     else : ; fi
  356.  
  357. uninstall-info:
  358.     $(PRE_UNINSTALL)
  359.     @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
  360.       ii=yes; \
  361.     else ii=; fi; \
  362.     list='$(INFO_DEPS)'; \
  363.     for file in $$list; do \
  364.       test -z "$ii" \
  365.         || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
  366.     done
  367.     @$(NORMAL_UNINSTALL)
  368.     list='$(INFO_DEPS)'; \
  369.     for file in $$list; do \
  370.       (cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
  371.     done
  372.  
  373. dist-info: $(INFO_DEPS)
  374.     list='$(INFO_DEPS)'; \
  375.     for base in $$list; do \
  376.       d=$(srcdir); \
  377.       for file in `cd $$d && eval echo $$base*`; do \
  378.         test -f $(distdir)/$$file \
  379.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  380.         || cp -p $$d/$$file $(distdir)/$$file; \
  381.       done; \
  382.     done
  383.  
  384. mostlyclean-aminfo:
  385.     -rm -f vcdimager.aux vcdimager.cp vcdimager.cps vcdimager.dvi \
  386.       vcdimager.fn vcdimager.fns vcdimager.ky vcdimager.kys \
  387.       vcdimager.ps vcdimager.log vcdimager.pg vcdimager.toc \
  388.       vcdimager.tp vcdimager.tps vcdimager.vr vcdimager.vrs \
  389.       vcdimager.op vcdimager.tr vcdimager.cv vcdimager.cn
  390.  
  391. clean-aminfo:
  392.  
  393. distclean-aminfo:
  394.  
  395. maintainer-clean-aminfo:
  396.     cd $(srcdir) && for i in $(INFO_DEPS); do \
  397.       rm -f $$i; \
  398.       if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
  399.         rm -f $$i-[0-9]*; \
  400.       fi; \
  401.     done
  402.  
  403. install-man1:
  404.     $(mkinstalldirs) $(DESTDIR)$(man1dir)
  405.     @list='$(man1_MANS)'; \
  406.     l2='$(man_MANS)'; for i in $$l2; do \
  407.       case "$$i" in \
  408.         *.1*) list="$$list $$i" ;; \
  409.       esac; \
  410.     done; \
  411.     for i in $$list; do \
  412.       if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  413.       else file=$$i; fi; \
  414.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  415.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  416.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  417.       echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  418.       $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  419.     done
  420.  
  421. uninstall-man1:
  422.     @list='$(man1_MANS)'; \
  423.     l2='$(man_MANS)'; for i in $$l2; do \
  424.       case "$$i" in \
  425.         *.1*) list="$$list $$i" ;; \
  426.       esac; \
  427.     done; \
  428.     for i in $$list; do \
  429.       ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  430.       inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  431.       inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  432.       echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  433.       rm -f $(DESTDIR)$(man1dir)/$$inst; \
  434.     done
  435. install-man: $(MANS)
  436.     @$(NORMAL_INSTALL)
  437.     $(MAKE) $(AM_MAKEFLAGS) install-man1
  438. uninstall-man:
  439.     @$(NORMAL_UNINSTALL)
  440.     $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
  441.  
  442. # This directory's subdirectories are mostly independent; you can cd
  443. # into them and run `make' without going through this Makefile.
  444. # To change the values of `make' variables: instead of editing Makefiles,
  445. # (1) if the variable is set in `config.status', edit `config.status'
  446. #     (which will cause the Makefiles to be regenerated when you run `make');
  447. # (2) otherwise, pass the desired values on the `make' command line.
  448.  
  449.  
  450.  
  451. all-recursive install-data-recursive install-exec-recursive \
  452. installdirs-recursive install-recursive uninstall-recursive  \
  453. check-recursive installcheck-recursive info-recursive dvi-recursive:
  454.     @set fnord $(MAKEFLAGS); amf=$$2; \
  455.     dot_seen=no; \
  456.     target=`echo $@ | sed s/-recursive//`; \
  457.     list='$(SUBDIRS)'; for subdir in $$list; do \
  458.       echo "Making $$target in $$subdir"; \
  459.       if test "$$subdir" = "."; then \
  460.         dot_seen=yes; \
  461.         local_target="$$target-am"; \
  462.       else \
  463.         local_target="$$target"; \
  464.       fi; \
  465.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  466.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  467.     done; \
  468.     if test "$$dot_seen" = "no"; then \
  469.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  470.     fi; test -z "$$fail"
  471.  
  472. mostlyclean-recursive clean-recursive distclean-recursive \
  473. maintainer-clean-recursive:
  474.     @set fnord $(MAKEFLAGS); amf=$$2; \
  475.     dot_seen=no; \
  476.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  477.       rev="$$subdir $$rev"; \
  478.       test "$$subdir" = "." && dot_seen=yes; \
  479.     done; \
  480.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  481.     target=`echo $@ | sed s/-recursive//`; \
  482.     for subdir in $$rev; do \
  483.       echo "Making $$target in $$subdir"; \
  484.       if test "$$subdir" = "."; then \
  485.         local_target="$$target-am"; \
  486.       else \
  487.         local_target="$$target"; \
  488.       fi; \
  489.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  490.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  491.     done && test -z "$$fail"
  492. tags-recursive:
  493.     list='$(SUBDIRS)'; for subdir in $$list; do \
  494.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  495.     done
  496.  
  497. tags: TAGS
  498.  
  499. ID: $(HEADERS) $(SOURCES) $(LISP)
  500.     list='$(SOURCES) $(HEADERS)'; \
  501.     unique=`for i in $$list; do echo $$i; done | \
  502.       awk '    { files[$$0] = 1; } \
  503.            END { for (i in files) print i; }'`; \
  504.     here=`pwd` && cd $(srcdir) \
  505.       && mkid -f$$here/ID $$unique $(LISP)
  506.  
  507. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  508.     tags=; \
  509.     here=`pwd`; \
  510.     list='$(SUBDIRS)'; for subdir in $$list; do \
  511.    if test "$$subdir" = .; then :; else \
  512.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  513.    fi; \
  514.     done; \
  515.     list='$(SOURCES) $(HEADERS)'; \
  516.     unique=`for i in $$list; do echo $$i; done | \
  517.       awk '    { files[$$0] = 1; } \
  518.            END { for (i in files) print i; }'`; \
  519.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  520.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  521.  
  522. mostlyclean-tags:
  523.  
  524. clean-tags:
  525.  
  526. distclean-tags:
  527.     -rm -f TAGS ID
  528.  
  529. maintainer-clean-tags:
  530.  
  531. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  532.  
  533. subdir = frontends/cli
  534.  
  535. distdir: $(DISTFILES)
  536.     @for file in $(DISTFILES); do \
  537.       d=$(srcdir); \
  538.       if test -d $$d/$$file; then \
  539.         cp -pr $$d/$$file $(distdir)/$$file; \
  540.       else \
  541.         test -f $(distdir)/$$file \
  542.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  543.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  544.       fi; \
  545.     done
  546.     for subdir in $(DIST_SUBDIRS); do \
  547.       if test "$$subdir" = .; then :; else \
  548.         test -d $(distdir)/$$subdir \
  549.         || mkdir $(distdir)/$$subdir \
  550.         || exit 1; \
  551.         chmod 777 $(distdir)/$$subdir; \
  552.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  553.           || exit 1; \
  554.       fi; \
  555.     done
  556.     $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
  557. vcdimager.o: vcdimager.c ../../config.h ../../libvcd/vcd_types.h \
  558.     ../../libvcd/vcd.h ../../libvcd/vcd_stream.h \
  559.     ../../libvcd/vcd_mpeg_stream.h \
  560.     ../../libvcd/vcd_data_structures.h \
  561.     ../../libvcd/vcd_stream_stdio.h ../../libvcd/vcd_logging.h \
  562.     ../../libvcd/vcd_cd_sector.h
  563. vcdrip.o: vcdrip.c ../../config.h ../../libvcd/vcd_types.h \
  564.     ../../libvcd/vcd_bytesex.h ../../libvcd/vcd_cd_sector.h \
  565.     ../../libvcd/vcd_files.h ../../libvcd/vcd.h \
  566.     ../../libvcd/vcd_stream.h ../../libvcd/vcd_mpeg_stream.h \
  567.     ../../libvcd/vcd_data_structures.h \
  568.     ../../libvcd/vcd_files_private.h ../../libvcd/vcd_iso9660.h \
  569.     ../../libvcd/vcd_iso9660_private.h ../../libvcd/vcd_logging.h \
  570.     ../../libvcd/vcd_util.h ../../libvcd/vcd_salloc.h
  571.  
  572. info-am: $(INFO_DEPS)
  573. info: info-recursive
  574. dvi-am: $(DVIS)
  575. dvi: dvi-recursive
  576. check-am: all-am
  577. check: check-recursive
  578. installcheck-am:
  579. installcheck: installcheck-recursive
  580. install-exec-am: install-binPROGRAMS
  581. install-exec: install-exec-recursive
  582.  
  583. install-data-am: install-info-am install-man
  584. install-data: install-data-recursive
  585.  
  586. install-am: all-am
  587.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  588. install: install-recursive
  589. uninstall-am: uninstall-binPROGRAMS uninstall-info uninstall-man
  590. uninstall: uninstall-recursive
  591. all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS)
  592. all-redirect: all-recursive
  593. install-strip:
  594.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  595. installdirs: installdirs-recursive
  596. installdirs-am:
  597.     $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(infodir) \
  598.         $(DESTDIR)$(mandir)/man1
  599.  
  600.  
  601. mostlyclean-generic:
  602.  
  603. clean-generic:
  604.  
  605. distclean-generic:
  606.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  607.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  608.  
  609. maintainer-clean-generic:
  610. mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
  611.         mostlyclean-libtool mostlyclean-vti mostlyclean-aminfo \
  612.         mostlyclean-tags mostlyclean-generic
  613.  
  614. mostlyclean: mostlyclean-recursive
  615.  
  616. clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-vti \
  617.         clean-aminfo clean-tags clean-generic mostlyclean-am \
  618.         clean-local
  619.  
  620. clean: clean-recursive
  621.  
  622. distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
  623.         distclean-vti distclean-aminfo distclean-tags \
  624.         distclean-generic clean-am
  625.     -rm -f libtool
  626.  
  627. distclean: distclean-recursive
  628.  
  629. maintainer-clean-am:  maintainer-clean-binPROGRAMS \
  630.         maintainer-clean-compile maintainer-clean-libtool \
  631.         maintainer-clean-vti maintainer-clean-aminfo \
  632.         maintainer-clean-tags maintainer-clean-generic \
  633.         distclean-am
  634.     @echo "This command is intended for maintainers to use;"
  635.     @echo "it deletes files that may require special tools to rebuild."
  636.  
  637. maintainer-clean: maintainer-clean-recursive
  638.  
  639. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  640. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  641. mostlyclean-compile distclean-compile clean-compile \
  642. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  643. clean-libtool maintainer-clean-libtool mostlyclean-vti distclean-vti \
  644. clean-vti maintainer-clean-vti install-info-am uninstall-info \
  645. mostlyclean-aminfo distclean-aminfo clean-aminfo \
  646. maintainer-clean-aminfo install-man1 uninstall-man1 install-man \
  647. uninstall-man install-data-recursive uninstall-data-recursive \
  648. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  649. uninstalldirs-recursive all-recursive check-recursive \
  650. installcheck-recursive info-recursive dvi-recursive \
  651. mostlyclean-recursive distclean-recursive clean-recursive \
  652. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  653. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  654. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  655. install-exec install-data-am install-data install-am install \
  656. uninstall-am uninstall all-redirect all-am all installdirs-am \
  657. installdirs mostlyclean-generic distclean-generic clean-generic \
  658. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  659.  
  660.  
  661. vcdimager.ps.gz: vcdimager.ps
  662.     gzip -9c $< > $@
  663.  
  664. vcdimager.pdf: vcdimager.texi
  665.     texi2pdf $<
  666.  
  667. clean-local:
  668.     -rm -f vcdimager.ps.gz vcdimager.pdf vcdimager.html vcdimager_toc.html vcdimager_foot.html
  669.  
  670. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  671. # Otherwise a system limit (for SysV at least) may be exceeded.
  672. .NOEXPORT:
  673.